home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / dsztutor.arc / DSZT12 < prev    next >
Text File  |  1989-11-11  |  994b  |  21 lines

  1.     ┌──────────────────────────────────────────────────────────────────────┐
  2.     │As I indicated earlier, it is best to call DSZ from a batch file.  I  │
  3.     │have included some samples below.                                     │
  4.     └──────────────────────────────────────────────────────────────────────┘
  5.  
  6.  
  7.                           Sample download batch file
  8.  
  9.                     echo off
  10.                     DSZ port 2 speed 2400 rz -y c:/download
  11.  
  12.  
  13.  
  14.        ┌────────────────────────────────────────────────────────────────┐
  15.        │This file tells DSZ to use comm port 2, to operate at a speed   │
  16.        │of 2400 baud, to use zmodem as a protocol, to overwrite  an     │
  17.        │existing file of the same name, and to use c:\download as a     │
  18.        │directory.  (note: the / in the command is not a typo.  It      │
  19.        │needs to be entered in that way.)                               │
  20.        └────────────────────────────────────────────────────────────────┘
  21.